This structure is a wrapper around a mutex and condition object and an external buffer. It is a convenience object which may be used to create synchronous MBIM APIs.
- Parameters
-
| mutex |
|
| condition |
|
| status |
- The returned MBIM transaction status.
|
| informationBuffer |
- Buffer to which the transaction response's informationBuffer will be copied.
|
| informationBufferLength |
- Set to maximum expected size in bytes of transaction response's informationBuffer. On request completion, it is set to size of transaction response's informationBuffer.
|